home *** CD-ROM | disk | FTP | other *** search
- Short: Play THX and THX2 modules.
- Author: Dexter/Abyss, Kyzer/CSG
- Uploader: Kyzer/CSG <kyzer@4u.net>
- Type: dev/e
-
- This is a lovely E interface to the replayer binary of THX2, in 68000 and
- 68020 flavours. Also included are autodocs, a few test THX modules, example
- example CLI and GUI player programs, and a mini-FAQ.
-
- This is the fourth release, if it doesn't work by now then you are probably
- trying to play THX samples (G. Lucas) than THX modules (D/. Abyss). Desist.
-
- Changes since previous release:
- - thxInit(NIL) didn't work as planned. Fixed
- - thxStop() didn't reset mod to beginning. Fixed (even remembers song)
- - thxSetSong() didn't work (wrong <cc> in sanity check). Fixed
- - documentation improved.
-
- Functions in the thx-play interface:
- thxInit() -- initialise player and module.
- thxFree() -- free resources held by player.
- thxPlay() -- start playing the song.
- thxStop() -- stop playing a song/module.
- thxPause() -- pause play of a song.
- thxWind() -- wind the song forward or back.
- thxSetSong() -- set song to be played.
- thxGetNumSongs() -- get number of subsongs.
- thxSetVolume() -- set master volume.
- thxGetVolume() -- get master volume.
- thxSyncByte() -- get sync byte value.
- thxSongEnded() -- detect if song has ended.
- thxSignalEnd() -- Signal() when song ends.
-